grid: Remove unnecessary NULL checks
authorTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:25:21 +0000 (11:25 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:27:09 +0000 (11:27 +0200)
commit70aeeab3558b7d929cf7f9c53a9d6ba60e3364a2
tree35f9b09592905aff67dfdf96c6564a8f18d10300
parent79de641e9b105c782ea320fd2ed912dd6819dffb
grid: Remove unnecessary NULL checks

The minimum and natural pointers passed to measure are never NULL and
that's the only place where we call gtk_grid_get_size_for_size.
gtk/gtkgrid.c